ComponentOne ASP.NET MVC Controls
DisplayMemberPath Method (ListBoxBuilder<T>)

C1.Web.Mvc.Fluent Namespace > ListBoxBuilder<T> Class : DisplayMemberPath Method
The value.
Configurates C1.Web.Mvc.ListBox<T>.DisplayMemberPath. Sets the name of the property to use as the visual representation of the items.
Syntax
'Declaration
 
Public Function DisplayMemberPath( _
   ByVal value As String _
) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> DisplayMemberPath( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ListBoxBuilder<T> Class
ListBoxBuilder<T> Members